Fix a couple documentation warnings
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 25 Jun 2013 21:03:08 +0000 (17:03 -0400)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 25 Jun 2013 23:05:32 +0000 (19:05 -0400)
gtk/gtksearchbar.c
gtk/gtktextbuffer.c

index c45b3c54ccbb1b113c6f53a1b358e3afdbe419cd..766bba12b69137cd65a5c700284834efdce4b242 100644 (file)
@@ -537,7 +537,7 @@ gtk_search_bar_get_show_close_button (GtkSearchBar *bar)
 /**
  * gtk_search_bar_set_show_close_button:
  * @bar: a #GtkSearchBar
- * @shown: whether the close button will be shown or not.
+ * @visible: whether the close button will be shown or not.
  *
  * Shows or hides the close button.
  *
index 73d49e5f327721af2eed2fa1395128273b86c0ce..f3f17ffdbea29fd0d8bb67449cc2fc601cbc199a 100644 (file)
@@ -608,6 +608,7 @@ gtk_text_buffer_class_init (GtkTextBufferClass *klass)
    /**
    * GtkTextBuffer::paste-done:
    * @textbuffer: the object which received the signal
+   * @clipboard: the #GtkClipboard pasted from
    * 
    * The paste-done signal is emitted after paste operation has been completed.
    * This is useful to properly scroll the view to the end of the pasted text.